home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus 2000 #5
/
Amiga Plus CD - 2000 - No. 5.iso
/
Tools
/
Misc
/
FLM
/
otherfiles
/
english
/
ARexx
/
finalw_take.rexx
< prev
next >
Wrap
OS/2 REXX Batch file
|
2000-01-01
|
2KB
|
38 lines
/* [TRANSLATOR'S NOTE. As I didn't own FinalWriter neither I could try it
nor translate its gadgets/menu items. In such cases, I've put the
supposed English translation between [* and *]].
Script for taking translation from FLM and writing it under the current
cursor position.
Here I'm describing the customisation to FLM through 2nd "User command
panel" [Benutzerbefehlsleiste]. Of course, it's possible to call FLM
through your menu. About this, look at your FinalWriter manual.
1. Select "<Voreinstellungen/Benutzerbefehlsleiste>" [* <Presets/User
Command Panel> *] in your menu <Project>.
2. Now in new open window you must select the "Befehlsleiste 2"
[* Command Panel 2 *].
3. Now drag from the row Switches [* ?? *] a suitable icon in the middle
list box; e.g. the icon "L".
4. Also you must set the ARexx script "Type". (above on the right)
5. Now select "Auswählen" [* Select *], and choose this file
("finalw_look.rexx").
6. Now select "sichern" [* Save *].
Now you should have a new icon in your Command Panel. Above on the right
click on the arrow. Now to test this customisation, you must click its
icon. This should write translation under the current cursor position,
providing the FLM Window is open.
-> Warning: Programs FLM and RexxMast must be active !!!
*/
Options RESULTS
Address FLM TAKEWORD /* Translation from FLM in variable RESULT */
If Symbol('RESULT')='LIT' Then Exit /* Is RESULT defined? */
Type RESULT /* Contents of variable RESULT under the current cursor position */